home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
misc
/
avmNfax1_33.lha
/
AVMSuite
/
rexx
/
showcid.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
306b
|
13 lines
/* */
/* cidName and cidNumber are valid variables here! */
if show('p', 'AVMCIDLOGGER') then do
address 'AVMCIDLOGGER' 'add' 'CID info at' time()
if cidName ~= '' then
address 'AVMCIDLOGGER' 'addcidname' cidName
if cidNumber ~= '' then
address 'AVMCIDLOGGER' 'addcidnumber' cidNumber
end